home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 August / netCD48.iso / mac / net / SoftCen / Utils / Mac / Apple Error Codes '98 / Apple Error Codes '98.rsrc / TEXT_1400_uText.txt < prev    next >
Text File  |  1997-12-02  |  3KB  |  85 lines

  1.  
  2. ‚óä‚óä  
  3.  
  4.  
  5. Negative Error Codes  (-100 to -199)
  6.  
  7. Scrap Manager Errors
  8.  
  9. -100  noScrapErr  No scrap exists error
  10. -102  noTypeErr  Format not available [no object of that type in scrap]
  11.  
  12. Storage Allocator Errors
  13.  
  14. -108  memFullErr  Ran out of memory [not enough room in heap zone]
  15. -109  nilHandleErr  GetHandleSize fails on baseText or substitutionText;
  16.       NIL master pointer [handle was NIL in HandleZone or other]
  17. -110  memAdrErr  Address was odd, or out of range
  18. -111  memWZErr  Attempted to operate on a free block; GetHandleSize fails
  19.       on baseText or substitutionText [WhichZone failed (applied to free
  20.       block)]
  21. -112  memPurErr  Trying to purge a locked or non-purgeable block
  22. -113  memAZErr  Address in zone check failed
  23. -114  memPCErr  Pointer Check failed
  24. -115  memBCErr  Block Check failed
  25. -116  memSCErr  Size Check failed
  26. -117  memLockedErr  Trying to move a locked block (MoveHHi)
  27.  
  28. HFS Errors
  29.  
  30. -120  dirNFErr  Directory not found
  31. -121  tmwdoErr  No free WDCB available
  32. -122  badMovErr  Move into offspring error
  33. -123  wrgVolTypErr    Not an HFS volume [wrong  volume type error or
  34.       (obsolete) operation  not supported for MFS]
  35. -124  volGoneErr  Server volume has been  disconnected.
  36. -125  updPixMemErr  Insufficient memory to update a pixmap
  37. -127  fsDSIntErr  Internal file system error
  38.  
  39. Menu Manager Errors
  40.  
  41. -126  dsMBarNFnd  System error code for  MBDF not found
  42. -127  dsHMenuFindErr  Couldn't find HMenu's parent in MenuKey
  43. -128  userCanceledErr User canceled an operation
  44.  
  45. HFS FileID Errors
  46.  
  47. -130  fidNotFound  no file thread exists
  48. -131  fidNotAFile  directory specified
  49. -132  fidExists  file ID already exists
  50.  
  51. Color QuickDraw and Color Manager Errors
  52.  
  53. -147  regionTooBigError  Region too big or complex
  54. -148  pixMapTooBigErr  Pixel map record is deeper than 1 bit per pixel
  55.       [passed pixelmap is too large]
  56. -149  notEnoughStack  Not enough stack space for the necessary buffers
  57.       "OR"
  58. -149  mfStackErr  Insufficient stack
  59. -150  cMatchErr  Color2Index failed to find an index
  60. -151  cTempMemErr  Failed to allocate memory for temporary structures
  61. -152  cNoMemErr  Failed to allocate memory for structure
  62. -153  cRangeErr  Range error on colorTable request
  63. -154  cProtectErr  ColorTable entry protection violation
  64. -155  cDevErr  Invalid type of graphics device
  65. -156  cResErr  Invalid resolution for MakeITable
  66. -157  cDepthErr  Invalid pixel depth
  67. -158  cParmErr  Invalid parameter
  68.  
  69. Resource Manager Errors (other than I/O)
  70.  
  71. -185  badExtResource  Extended resource has a bad format.
  72. -186  CantDecompress  Resource bent ("the bends") can't decompress a
  73.       compressed resource
  74. -188  resourceInMemory  Resource already in memory
  75. -189  writingPastEnd  Writing past end of file
  76. -190  inputOutOfBounds  Offset or count out of bounds
  77. -192  resNotFound  Resource not found
  78. -193  resFNotFound  Resource file not found
  79. -194  addResFailed  AddResource failed
  80. -195  addRefFailed  AddReference failed
  81. -196  rmvResFailed  RmveResource failed
  82. -197  rmvRefFailed  RmveReference failed
  83. -198  resAttrErr  Attribute inconsistent with operation
  84. -199  mapReadErr  Map inconsistent with operation
  85.